Html Css Color HEX #35F8CB Turquoise

📋 copy color: '#35F8CB'

red 53 ◦ green 248 ◦ blue 203

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

Shades of Turquoise #35F8CB

Tints of Turquoise #35F8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.21%

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 10.52%
G = 49.21%
B = 40.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#35F8CB (or 0x35F8CB) is known color: Turquoise. HEX triplet: 35, F8 and CB. RGB value is (53,248,203). Sum of RGB (Red+Green+Blue) = 53+248+203=504 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.52% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #35F8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F8CB is #CA0734. Grayscale: #B8B8B8. Windows color (decimal): -13240117 or 13367349. OLE color: 13367349.

HSL color Cylindrical-coordinate representation of color #35F8CB: hue angle of 166.15º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F8CB is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 248 203 -
CMYK 0.79 0 0.18 0.03
HSL 166.15º 0.93% 0.59% -
HSV(B) 166.15º 0.79% 0.97% -
XYZ 45.82 72.2 68.02 -
YUV 184.57 138.4 34.16 -
System Red Green Blue C M Y K H S L
Decimal 53 248 203 0.79 0 0.18 0.03 166.15 0.93 0.59
Hex 35 F8 CB 4F 0 12 3 A6 5D 3B
Octal 65 370 313 117 0 22 3 246 135 73
Binary 110101 11111000 11001011 1001111 0 10010 11 10100110 1011101 111011

Color Harmonies of #35F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F8CB

Black with #35F8CB

Text Example


Text Example

White with #35F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,248,203); }

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

background-color css

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

 a { background-color: rgb(53,248,203); }

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

border-color css

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

 span { border-color: rgb(53,248,203); }

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