Html Css Color HEX #35FCDF Turquoise

📋 copy color: '#35FCDF'

red 53 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #35FCDF

Tints of Turquoise #35FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.73%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 10.04%
G = 47.73%
B = 42.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#35FCDF (or 0x35FCDF) is known color: Turquoise. HEX triplet: 35, FC and DF. RGB value is (53,252,223). Sum of RGB (Red+Green+Blue) = 53+252+223=528 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.04% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #35FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FCDF is #CA0320. Grayscale: #BDBDBD. Windows color (decimal): -13239073 or 14679093. OLE color: 14679093.

HSL color Cylindrical-coordinate representation of color #35FCDF: hue angle of 171.26º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FCDF is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 252 223 -
CMYK 0.79 0 0.12 0.01
HSL 171.26º 0.97% 0.6% -
HSV(B) 171.26º 0.79% 0.99% -
XYZ 49.6 75.71 81.81 -
YUV 189.19 147.07 30.86 -
System Red Green Blue C M Y K H S L
Decimal 53 252 223 0.79 0 0.12 0.01 171.26 0.97 0.6
Hex 35 FC DF 4F 0 C 1 AB 61 3C
Octal 65 374 337 117 0 14 1 253 141 74
Binary 110101 11111100 11011111 1001111 0 1100 1 10101011 1100001 111100

Color Harmonies of #35FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FCDF

Black with #35FCDF

Text Example


Text Example

White with #35FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,252,223); }

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

background-color css

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

 a { background-color: rgb(53,252,223); }

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

border-color css

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

 span { border-color: rgb(53,252,223); }

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