Html Css Color HEX #33CFDE Medium Turquoise

📋 copy color: '#33CFDE'

red 51 ◦ green 207 ◦ blue 222

#33CFDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #33CFDE

Tints of Medium Turquoise #33CFDE

RGB

 RED value IS 51 (20.31% from 255) = 10.63%

 GREEN value IS 207 (81.25% from 255) = 43.13%

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 10.63%
G = 43.13%
B = 46.25%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#33CFDE (or 0x33CFDE) is known color: Medium Turquoise. HEX triplet: 33, CF and DE. RGB value is (51,207,222). Sum of RGB (Red+Green+Blue) = 51+207+222=480 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.62% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #33CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFDE is #CC3021. Grayscale: #A1A1A1. Windows color (decimal): -13381666 or 14602035. OLE color: 14602035.

HSL color Cylindrical-coordinate representation of color #33CFDE: hue angle of 185.26º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CFDE is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 207 222 -
CMYK 0.77 0.07 0 0.13
HSL 185.26º 0.72% 0.54% -
HSV(B) 185.26º 0.77% 0.87% -
XYZ 36.86 50.6 76.93 -
YUV 162.07 161.82 48.78 -
System Red Green Blue C M Y K H S L
Decimal 51 207 222 0.77 0.07 0 0.13 185.26 0.72 0.54
Hex 33 CF DE 4D 7 0 D B9 48 36
Octal 63 317 336 115 7 0 15 271 110 66
Binary 110011 11001111 11011110 1001101 111 0 1101 10111001 1001000 110110

Color Harmonies of #33CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CFDE

Black with #33CFDE

Text Example


Text Example

White with #33CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33CFDE; }

 p { color: rgb(51,207,222); }

 H1.HeaderClassName
 {
   color: #33CFDE;
 }
 .AnyTagClassName
 {
   color: #33CFDE;
 }
</style>

background-color css

<style>
 a { background-color: #33CFDE; }

 a { background-color: rgb(51,207,222); }

 div.DivClassName
 {
   background-color: #33CFDE;
 }
 .BgClassName
 {
   background-color: #33CFDE;
 }
</style>

border-color css

<style>
 span { border-color: #33CFDE; }

 span { border-color: rgb(51,207,222); }

 td.TdClassName
 {
   border-color: #33CFDE;
 }
 .TagClassName
 {
   border-color: #33CFDE;
 }
</style>