Html Css Color HEX #35E0FA Turquoise

📋 copy color: '#35E0FA'

red 53 ◦ green 224 ◦ blue 250

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

Shades of Turquoise #35E0FA

Tints of Turquoise #35E0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 10.06%
G = 42.5%
B = 47.44%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#35E0FA (or 0x35E0FA) is known color: Turquoise. HEX triplet: 35, E0 and FA. RGB value is (53,224,250). Sum of RGB (Red+Green+Blue) = 53+224+250=527 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.06% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #35E0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E0FA is #CA1F05. Grayscale: #AFAFAF. Windows color (decimal): -13246214 or 16441397. OLE color: 16441397.

HSL color Cylindrical-coordinate representation of color #35E0FA: hue angle of 187.92º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35E0FA is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 224 250 -
CMYK 0.79 0.10 0 0.02
HSL 187.92º 0.95% 0.59% -
HSV(B) 187.92º 0.79% 0.98% -
XYZ 45.38 60.97 99.82 -
YUV 175.84 169.85 40.39 -
System Red Green Blue C M Y K H S L
Decimal 53 224 250 0.79 0.10 0 0.02 187.92 0.95 0.59
Hex 35 E0 FA 4F A 0 2 BC 5F 3B
Octal 65 340 372 117 12 0 2 274 137 73
Binary 110101 11100000 11111010 1001111 1010 0 10 10111100 1011111 111011

Color Harmonies of #35E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E0FA

Black with #35E0FA

Text Example


Text Example

White with #35E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,224,250); }

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

background-color css

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

 a { background-color: rgb(53,224,250); }

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

border-color css

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

 span { border-color: rgb(53,224,250); }

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