Html Css Color HEX #35DCFD Turquoise

📋 copy color: '#35DCFD'

red 53 ◦ green 220 ◦ blue 253

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

Shades of Turquoise #35DCFD

Tints of Turquoise #35DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 10.08%
G = 41.83%
B = 48.1%

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

#35DCFD (or 0x35DCFD) is known color: Turquoise. HEX triplet: 35, DC and FD. RGB value is (53,220,253). Sum of RGB (Red+Green+Blue) = 53+220+253=526 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.08% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #35DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DCFD is #CA2302. Grayscale: #ADADAD. Windows color (decimal): -13247235 or 16636981. OLE color: 16636981.

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

Color convert

RGB 53 220 253 -
CMYK 0.79 0.13 0 0.01
HSL 189.9º 0.98% 0.6% -
HSV(B) 189.9º 0.79% 0.99% -
XYZ 44.79 59.04 101.96 -
YUV 173.83 172.67 41.82 -
System Red Green Blue C M Y K H S L
Decimal 53 220 253 0.79 0.13 0 0.01 189.9 0.98 0.6
Hex 35 DC FD 4F D 0 1 BE 62 3C
Octal 65 334 375 117 15 0 1 276 142 74
Binary 110101 11011100 11111101 1001111 1101 0 1 10111110 1100010 111100

Color Harmonies of #35DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DCFD

Black with #35DCFD

Text Example


Text Example

White with #35DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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