Html Css Color HEX #35F2D4 Turquoise

📋 copy color: '#35F2D4'

red 53 ◦ green 242 ◦ blue 212

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

Shades of Turquoise #35F2D4

Tints of Turquoise #35F2D4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.73%

 BLUE value IS 212 (83.2% from 255) = 41.81%

R = 10.45%
G = 47.73%
B = 41.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#35F2D4 (or 0x35F2D4) is known color: Turquoise. HEX triplet: 35, F2 and D4. RGB value is (53,242,212). Sum of RGB (Red+Green+Blue) = 53+242+212=507 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.45% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #35F2D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F2D4 is #CA0D2B. Grayscale: #B6B6B6. Windows color (decimal): -13241644 or 13955637. OLE color: 13955637.

HSL color Cylindrical-coordinate representation of color #35F2D4: hue angle of 170.48º degrees, saturation: 0.88, 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 #35F2D4 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 242 212 -
CMYK 0.78 0 0.12 0.05
HSL 170.48º 0.88% 0.58% -
HSV(B) 170.48º 0.78% 0.95% -
XYZ 45.1 69.01 73.23 -
YUV 182.07 144.88 35.94 -
System Red Green Blue C M Y K H S L
Decimal 53 242 212 0.78 0 0.12 0.05 170.48 0.88 0.58
Hex 35 F2 D4 4E 0 C 5 AA 58 3A
Octal 65 362 324 116 0 14 5 252 130 72
Binary 110101 11110010 11010100 1001110 0 1100 101 10101010 1011000 111010

Color Harmonies of #35F2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F2D4

Black with #35F2D4

Text Example


Text Example

White with #35F2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,242,212); }

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

background-color css

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

 a { background-color: rgb(53,242,212); }

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

border-color css

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

 span { border-color: rgb(53,242,212); }

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