Html Css Color HEX #53CFE8 Turquoise Blue

📋 copy color: '#53CFE8'

red 83 ◦ green 207 ◦ blue 232

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

Shades of Turquoise Blue #53CFE8

Tints of Turquoise Blue #53CFE8

RGB

 RED value IS 83 (32.81% from 255) = 15.9%

 GREEN value IS 207 (81.25% from 255) = 39.66%

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 15.9%
G = 39.66%
B = 44.44%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#53CFE8 (or 0x53CFE8) is known color: Turquoise Blue. HEX triplet: 53, CF and E8. RGB value is (83,207,232). Sum of RGB (Red+Green+Blue) = 83+207+232=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #53CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CFE8 is #AC3017. Grayscale: #ACACAC. Windows color (decimal): -11284504 or 15257427. OLE color: 15257427.

HSL color Cylindrical-coordinate representation of color #53CFE8: hue angle of 190.07º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CFE8 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 207 232 -
CMYK 0.64 0.11 0 0.09
HSL 190.07º 0.76% 0.62% -
HSV(B) 190.07º 0.64% 0.91% -
XYZ 40.45 52.29 84.31 -
YUV 172.77 161.42 63.97 -
System Red Green Blue C M Y K H S L
Decimal 83 207 232 0.64 0.11 0 0.09 190.07 0.76 0.62
Hex 53 CF E8 40 B 0 9 BE 4C 3E
Octal 123 317 350 100 13 0 11 276 114 76
Binary 1010011 11001111 11101000 1000000 1011 0 1001 10111110 1001100 111110

Color Harmonies of #53CFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CFE8

Black with #53CFE8

Text Example


Text Example

White with #53CFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CFE8; }

 p { color: rgb(83,207,232); }

 H1.HeaderClassName
 {
   color: #53CFE8;
 }
 .AnyTagClassName
 {
   color: #53CFE8;
 }
</style>

background-color css

<style>
 a { background-color: #53CFE8; }

 a { background-color: rgb(83,207,232); }

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

border-color css

<style>
 span { border-color: #53CFE8; }

 span { border-color: rgb(83,207,232); }

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