Html Css Color HEX #56CEF2 Turquoise Blue

📋 copy color: '#56CEF2'

red 86 ◦ green 206 ◦ blue 242

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

Shades of Turquoise Blue #56CEF2

Tints of Turquoise Blue #56CEF2

RGB

 RED value IS 86 (33.98% from 255) = 16.1%

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 16.1%
G = 38.58%
B = 45.32%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#56CEF2 (or 0x56CEF2) is known color: Turquoise Blue. HEX triplet: 56, CE and F2. RGB value is (86,206,242). Sum of RGB (Red+Green+Blue) = 86+206+242=534 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.10% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #56CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEF2 is #A9310D. Grayscale: #ADADAD. Windows color (decimal): -11088142 or 15912534. OLE color: 15912534.

HSL color Cylindrical-coordinate representation of color #56CEF2: hue angle of 193.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56CEF2 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 206 242 -
CMYK 0.64 0.15 0 0.05
HSL 193.85º 0.86% 0.64% -
HSV(B) 193.85º 0.64% 0.95% -
XYZ 41.94 52.53 91.93 -
YUV 174.22 166.24 65.07 -
System Red Green Blue C M Y K H S L
Decimal 86 206 242 0.64 0.15 0 0.05 193.85 0.86 0.64
Hex 56 CE F2 40 F 0 5 C2 56 40
Octal 126 316 362 100 17 0 5 302 126 100
Binary 1010110 11001110 11110010 1000000 1111 0 101 11000010 1010110 1000000

Color Harmonies of #56CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CEF2

Black with #56CEF2

Text Example


Text Example

White with #56CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56CEF2; }

 p { color: rgb(86,206,242); }

 H1.HeaderClassName
 {
   color: #56CEF2;
 }
 .AnyTagClassName
 {
   color: #56CEF2;
 }
</style>

background-color css

<style>
 a { background-color: #56CEF2; }

 a { background-color: rgb(86,206,242); }

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

border-color css

<style>
 span { border-color: #56CEF2; }

 span { border-color: rgb(86,206,242); }

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