Html Css Color HEX #52F1EE Baby Blue

📋 copy color: '#52F1EE'

red 82 ◦ green 241 ◦ blue 238

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

Shades of Baby Blue #52F1EE

Tints of Baby Blue #52F1EE

RGB

 RED value IS 82 (32.42% from 255) = 14.62%

 GREEN value IS 241 (94.53% from 255) = 42.96%

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 14.62%
G = 42.96%
B = 42.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#52F1EE (or 0x52F1EE) is known color: Baby Blue. HEX triplet: 52, F1 and EE. RGB value is (82,241,238). Sum of RGB (Red+Green+Blue) = 82+241+238=561 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.62% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F1EE is #AD0E11. Grayscale: #C0C0C0. Windows color (decimal): -11341330 or 15659346. OLE color: 15659346.

HSL color Cylindrical-coordinate representation of color #52F1EE: hue angle of 178.87º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F1EE is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 238 -
CMYK 0.66 0 0.01 0.05
HSL 178.87º 0.85% 0.63% -
HSV(B) 178.87º 0.66% 0.95% -
XYZ 50.37 70.88 91.92 -
YUV 193.12 153.32 48.74 -
System Red Green Blue C M Y K H S L
Decimal 82 241 238 0.66 0 0.01 0.05 178.87 0.85 0.63
Hex 52 F1 EE 42 0 1 5 B3 55 3F
Octal 122 361 356 102 0 1 5 263 125 77
Binary 1010010 11110001 11101110 1000010 0 1 101 10110011 1010101 111111

Color Harmonies of #52F1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F1EE

Black with #52F1EE

Text Example


Text Example

White with #52F1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52F1EE; }

 p { color: rgb(82,241,238); }

 H1.HeaderClassName
 {
   color: #52F1EE;
 }
 .AnyTagClassName
 {
   color: #52F1EE;
 }
</style>

background-color css

<style>
 a { background-color: #52F1EE; }

 a { background-color: rgb(82,241,238); }

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

border-color css

<style>
 span { border-color: #52F1EE; }

 span { border-color: rgb(82,241,238); }

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