Html Css Color HEX #35DCFC Turquoise

📋 copy color: '#35DCFC'

red 53 ◦ green 220 ◦ blue 252

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

Shades of Turquoise #35DCFC

Tints of Turquoise #35DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

 BLUE value IS 252 (98.83% from 255) = 48%

R = 10.1%
G = 41.9%
B = 48%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#35DCFC (or 0x35DCFC) is known color: Turquoise. HEX triplet: 35, DC and FC. RGB value is (53,220,252). Sum of RGB (Red+Green+Blue) = 53+220+252=525 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.10% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #35DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DCFC is #CA2303. Grayscale: #ADADAD. Windows color (decimal): -13247236 or 16571445. OLE color: 16571445.

HSL color Cylindrical-coordinate representation of color #35DCFC: hue angle of 189.65º 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 #35DCFC is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 220 252 -
CMYK 0.79 0.13 0 0.01
HSL 189.65º 0.97% 0.6% -
HSV(B) 189.65º 0.79% 0.99% -
XYZ 44.63 58.97 101.13 -
YUV 173.72 172.17 41.9 -
System Red Green Blue C M Y K H S L
Decimal 53 220 252 0.79 0.13 0 0.01 189.65 0.97 0.6
Hex 35 DC FC 4F D 0 1 BE 61 3C
Octal 65 334 374 117 15 0 1 276 141 74
Binary 110101 11011100 11111100 1001111 1101 0 1 10111110 1100001 111100

Color Harmonies of #35DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DCFC

Black with #35DCFC

Text Example


Text Example

White with #35DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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