Html Css Color HEX #33D7C8 Turquoise

📋 copy color: '#33D7C8'

red 51 ◦ green 215 ◦ blue 200

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

Shades of Turquoise #33D7C8

Tints of Turquoise #33D7C8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.14%

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 10.94%
G = 46.14%
B = 42.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#33D7C8 (or 0x33D7C8) is known color: Turquoise. HEX triplet: 33, D7 and C8. RGB value is (51,215,200). Sum of RGB (Red+Green+Blue) = 51+215+200=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #33D7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D7C8 is #CC2837. Grayscale: #A4A4A4. Windows color (decimal): -13379640 or 13162291. OLE color: 13162291.

HSL color Cylindrical-coordinate representation of color #33D7C8: hue angle of 174.51º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D7C8 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 215 200 -
CMYK 0.76 0 0.07 0.16
HSL 174.51º 0.67% 0.52% -
HSV(B) 174.51º 0.76% 0.84% -
XYZ 36.09 53.47 63.06 -
YUV 164.25 148.17 47.22 -
System Red Green Blue C M Y K H S L
Decimal 51 215 200 0.76 0 0.07 0.16 174.51 0.67 0.52
Hex 33 D7 C8 4C 0 7 10 AF 43 34
Octal 63 327 310 114 0 7 20 257 103 64
Binary 110011 11010111 11001000 1001100 0 111 10000 10101111 1000011 110100

Color Harmonies of #33D7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D7C8

Black with #33D7C8

Text Example


Text Example

White with #33D7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,215,200); }

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

background-color css

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

 a { background-color: rgb(51,215,200); }

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

border-color css

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

 span { border-color: rgb(51,215,200); }

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