Html Css Color HEX #35FCCF Turquoise

📋 copy color: '#35FCCF'

red 53 ◦ green 252 ◦ blue 207

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

Shades of Turquoise #35FCCF

Tints of Turquoise #35FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.22%

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 10.35%
G = 49.22%
B = 40.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#35FCCF (or 0x35FCCF) is known color: Turquoise. HEX triplet: 35, FC and CF. RGB value is (53,252,207). Sum of RGB (Red+Green+Blue) = 53+252+207=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #35FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FCCF is #CA0330. Grayscale: #BBBBBB. Windows color (decimal): -13239089 or 13630517. OLE color: 13630517.

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

Color convert

RGB 53 252 207 -
CMYK 0.79 0 0.18 0.01
HSL 166.43º 0.97% 0.6% -
HSV(B) 166.43º 0.79% 0.99% -
XYZ 47.54 74.88 70.98 -
YUV 187.37 139.07 32.16 -
System Red Green Blue C M Y K H S L
Decimal 53 252 207 0.79 0 0.18 0.01 166.43 0.97 0.6
Hex 35 FC CF 4F 0 12 1 A6 61 3C
Octal 65 374 317 117 0 22 1 246 141 74
Binary 110101 11111100 11001111 1001111 0 10010 1 10100110 1100001 111100

Color Harmonies of #35FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FCCF

Black with #35FCCF

Text Example


Text Example

White with #35FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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