Html Css Color HEX #53CFE9 Turquoise Blue

📋 copy color: '#53CFE9'

red 83 ◦ green 207 ◦ blue 233

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

Shades of Turquoise Blue #53CFE9

Tints of Turquoise Blue #53CFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.55%

R = 15.87%
G = 39.58%
B = 44.55%

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

#53CFE9 (or 0x53CFE9) is known color: Turquoise Blue. HEX triplet: 53, CF and E9. RGB value is (83,207,233). Sum of RGB (Red+Green+Blue) = 83+207+233=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #53CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CFE9 is #AC3016. Grayscale: #ACACAC. Windows color (decimal): -11284503 or 15322963. OLE color: 15322963.

HSL color Cylindrical-coordinate representation of color #53CFE9: hue angle of 190.4º degrees, saturation: 0.77, 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 #53CFE9 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 207 233 -
CMYK 0.64 0.11 0 0.09
HSL 190.4º 0.77% 0.62% -
HSV(B) 190.4º 0.64% 0.91% -
XYZ 40.59 52.35 85.06 -
YUV 172.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 83 207 233 0.64 0.11 0 0.09 190.4 0.77 0.62
Hex 53 CF E9 40 B 0 9 BE 4D 3E
Octal 123 317 351 100 13 0 11 276 115 76
Binary 1010011 11001111 11101001 1000000 1011 0 1001 10111110 1001101 111110

Color Harmonies of #53CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CFE9

Black with #53CFE9

Text Example


Text Example

White with #53CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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