Html Css Color HEX #35DBFF Turquoise

📋 copy color: '#35DBFF'

red 53 ◦ green 219 ◦ blue 255

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

Shades of Turquoise #35DBFF

Tints of Turquoise #35DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

 BLUE value IS 255 (100% from 255) = 48.39%

R = 10.06%
G = 41.56%
B = 48.39%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#35DBFF (or 0x35DBFF) is known color: Turquoise. HEX triplet: 35, DB and FF. RGB value is (53,219,255). Sum of RGB (Red+Green+Blue) = 53+219+255=527 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.06% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #35DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DBFF is #CA2400. Grayscale: #ADADAD. Windows color (decimal): -13247489 or 16767797. OLE color: 16767797.

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

Color convert

RGB 53 219 255 -
CMYK 0.79 0.14 0 0
HSL 190.69º 1% 0.6% -
HSV(B) 190.69º 0.79% 1% -
XYZ 44.85 58.64 103.56 -
YUV 173.47 174 42.07 -
System Red Green Blue C M Y K H S L
Decimal 53 219 255 0.79 0.14 0 0 190.69 1 0.6
Hex 35 DB FF 4F E 0 0 BF 64 3C
Octal 65 333 377 117 16 0 0 277 144 74
Binary 110101 11011011 11111111 1001111 1110 0 0 10111111 1100100 111100

Color Harmonies of #35DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DBFF

Black with #35DBFF

Text Example


Text Example

White with #35DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,219,255); }

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

background-color css

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

 a { background-color: rgb(53,219,255); }

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

border-color css

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

 span { border-color: rgb(53,219,255); }

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