Html Css Color HEX #33CBCF Medium Turquoise

📋 copy color: '#33CBCF'

red 51 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #33CBCF

Tints of Medium Turquoise #33CBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 11.06%
G = 44.03%
B = 44.9%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#33CBCF (or 0x33CBCF) is known color: Medium Turquoise. HEX triplet: 33, CB and CF. RGB value is (51,203,207). Sum of RGB (Red+Green+Blue) = 51+203+207=461 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.06% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #33CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBCF is #CC3430. Grayscale: #9D9D9D. Windows color (decimal): -13382705 or 13617971. OLE color: 13617971.

HSL color Cylindrical-coordinate representation of color #33CBCF: hue angle of 181.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CBCF is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 203 207 -
CMYK 0.75 0.02 0 0.19
HSL 181.54º 0.62% 0.51% -
HSV(B) 181.54º 0.75% 0.81% -
XYZ 33.98 47.92 66.49 -
YUV 158.01 155.64 51.67 -
System Red Green Blue C M Y K H S L
Decimal 51 203 207 0.75 0.02 0 0.19 181.54 0.62 0.51
Hex 33 CB CF 4B 2 0 13 B6 3E 33
Octal 63 313 317 113 2 0 23 266 76 63
Binary 110011 11001011 11001111 1001011 10 0 10011 10110110 111110 110011

Color Harmonies of #33CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CBCF

Black with #33CBCF

Text Example


Text Example

White with #33CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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