Html Css Color HEX #35DFE6 Turquoise

📋 copy color: '#35DFE6'

red 53 ◦ green 223 ◦ blue 230

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

Shades of Turquoise #35DFE6

Tints of Turquoise #35DFE6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.07%

 BLUE value IS 230 (90.23% from 255) = 45.45%

R = 10.47%
G = 44.07%
B = 45.45%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#35DFE6 (or 0x35DFE6) is known color: Turquoise. HEX triplet: 35, DF and E6. RGB value is (53,223,230). Sum of RGB (Red+Green+Blue) = 53+223+230=506 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.47% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #35DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35DFE6 is #CA2019. Grayscale: #ACACAC. Windows color (decimal): -13246490 or 15130421. OLE color: 15130421.

HSL color Cylindrical-coordinate representation of color #35DFE6: hue angle of 182.37º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35DFE6 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 223 230 -
CMYK 0.77 0.03 0 0.10
HSL 182.37º 0.78% 0.55% -
HSV(B) 182.37º 0.77% 0.9% -
XYZ 42.14 59.25 84.08 -
YUV 172.97 160.18 42.43 -
System Red Green Blue C M Y K H S L
Decimal 53 223 230 0.77 0.03 0 0.10 182.37 0.78 0.55
Hex 35 DF E6 4D 3 0 A B6 4E 37
Octal 65 337 346 115 3 0 12 266 116 67
Binary 110101 11011111 11100110 1001101 11 0 1010 10110110 1001110 110111

Color Harmonies of #35DFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DFE6

Black with #35DFE6

Text Example


Text Example

White with #35DFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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