Html Css Color HEX #35F1D6 Turquoise

📋 copy color: '#35F1D6'

red 53 ◦ green 241 ◦ blue 214

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

Shades of Turquoise #35F1D6

Tints of Turquoise #35F1D6

RGB

 RED value IS 53 (21.09% from 255) = 10.43%

 GREEN value IS 241 (94.53% from 255) = 47.44%

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 10.43%
G = 47.44%
B = 42.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#35F1D6 (or 0x35F1D6) is known color: Turquoise. HEX triplet: 35, F1 and D6. RGB value is (53,241,214). Sum of RGB (Red+Green+Blue) = 53+241+214=508 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.43% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #35F1D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F1D6 is #CA0E29. Grayscale: #B5B5B5. Windows color (decimal): -13241898 or 14086453. OLE color: 14086453.

HSL color Cylindrical-coordinate representation of color #35F1D6: hue angle of 171.38º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F1D6 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 241 214 -
CMYK 0.78 0 0.11 0.05
HSL 171.38º 0.87% 0.58% -
HSV(B) 171.38º 0.78% 0.95% -
XYZ 45.06 68.52 74.47 -
YUV 181.71 146.22 36.2 -
System Red Green Blue C M Y K H S L
Decimal 53 241 214 0.78 0 0.11 0.05 171.38 0.87 0.58
Hex 35 F1 D6 4E 0 B 5 AB 57 3A
Octal 65 361 326 116 0 13 5 253 127 72
Binary 110101 11110001 11010110 1001110 0 1011 101 10101011 1010111 111010

Color Harmonies of #35F1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F1D6

Black with #35F1D6

Text Example


Text Example

White with #35F1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35F1D6; }

 p { color: rgb(53,241,214); }

 H1.HeaderClassName
 {
   color: #35F1D6;
 }
 .AnyTagClassName
 {
   color: #35F1D6;
 }
</style>

background-color css

<style>
 a { background-color: #35F1D6; }

 a { background-color: rgb(53,241,214); }

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

border-color css

<style>
 span { border-color: #35F1D6; }

 span { border-color: rgb(53,241,214); }

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