Html Css Color HEX #53CFF4 Turquoise Blue

📋 copy color: '#53CFF4'

red 83 ◦ green 207 ◦ blue 244

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

Shades of Turquoise Blue #53CFF4

Tints of Turquoise Blue #53CFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.69%

R = 15.54%
G = 38.76%
B = 45.69%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#53CFF4 (or 0x53CFF4) is known color: Turquoise Blue. HEX triplet: 53, CF and F4. RGB value is (83,207,244). Sum of RGB (Red+Green+Blue) = 83+207+244=534 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.54% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #53CFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CFF4 is #AC300B. Grayscale: #ADADAD. Windows color (decimal): -11284492 or 16043859. OLE color: 16043859.

HSL color Cylindrical-coordinate representation of color #53CFF4: hue angle of 193.79º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53CFF4 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 207 244 -
CMYK 0.66 0.15 0 0.04
HSL 193.79º 0.88% 0.64% -
HSV(B) 193.79º 0.66% 0.96% -
XYZ 42.21 53 93.59 -
YUV 174.14 167.42 62.99 -
System Red Green Blue C M Y K H S L
Decimal 83 207 244 0.66 0.15 0 0.04 193.79 0.88 0.64
Hex 53 CF F4 42 F 0 4 C2 58 40
Octal 123 317 364 102 17 0 4 302 130 100
Binary 1010011 11001111 11110100 1000010 1111 0 100 11000010 1011000 1000000

Color Harmonies of #53CFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CFF4

Black with #53CFF4

Text Example


Text Example

White with #53CFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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