Html Css Color HEX #33CFCA Medium Turquoise

📋 copy color: '#33CFCA'

red 51 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #33CFCA

Tints of Medium Turquoise #33CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 11.09%
G = 45%
B = 43.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#33CFCA (or 0x33CFCA) is known color: Medium Turquoise. HEX triplet: 33, CF and CA. RGB value is (51,207,202). Sum of RGB (Red+Green+Blue) = 51+207+202=460 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.09% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFCA is #CC3035. Grayscale: #9F9F9F. Windows color (decimal): -13381686 or 13291315. OLE color: 13291315.

HSL color Cylindrical-coordinate representation of color #33CFCA: hue angle of 178.08º 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 #33CFCA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 207 202 -
CMYK 0.75 0 0.02 0.19
HSL 178.08º 0.62% 0.51% -
HSV(B) 178.08º 0.75% 0.81% -
XYZ 34.34 49.59 63.64 -
YUV 159.79 151.82 50.41 -
System Red Green Blue C M Y K H S L
Decimal 51 207 202 0.75 0 0.02 0.19 178.08 0.62 0.51
Hex 33 CF CA 4B 0 2 13 B2 3E 33
Octal 63 317 312 113 0 2 23 262 76 63
Binary 110011 11001111 11001010 1001011 0 10 10011 10110010 111110 110011

Color Harmonies of #33CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CFCA

Black with #33CFCA

Text Example


Text Example

White with #33CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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