Html Css Color HEX #56CFEE Turquoise Blue

📋 copy color: '#56CFEE'

red 86 ◦ green 207 ◦ blue 238

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

Shades of Turquoise Blue #56CFEE

Tints of Turquoise Blue #56CFEE

RGB

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

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

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

R = 16.2%
G = 38.98%
B = 44.82%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56CFEE (or 0x56CFEE) is known color: Turquoise Blue. HEX triplet: 56, CF and EE. RGB value is (86,207,238). Sum of RGB (Red+Green+Blue) = 86+207+238=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #56CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFEE is #A93011. Grayscale: #AEAEAE. Windows color (decimal): -11087890 or 15650646. OLE color: 15650646.

HSL color Cylindrical-coordinate representation of color #56CFEE: hue angle of 192.24º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56CFEE is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 207 238 -
CMYK 0.64 0.13 0 0.07
HSL 192.24º 0.82% 0.64% -
HSV(B) 192.24º 0.64% 0.93% -
XYZ 41.58 52.78 88.88 -
YUV 174.36 163.91 64.98 -
System Red Green Blue C M Y K H S L
Decimal 86 207 238 0.64 0.13 0 0.07 192.24 0.82 0.64
Hex 56 CF EE 40 D 0 7 C0 52 40
Octal 126 317 356 100 15 0 7 300 122 100
Binary 1010110 11001111 11101110 1000000 1101 0 111 11000000 1010010 1000000

Color Harmonies of #56CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CFEE

Black with #56CFEE

Text Example


Text Example

White with #56CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,207,238); }

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

background-color css

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

 a { background-color: rgb(86,207,238); }

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

border-color css

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

 span { border-color: rgb(86,207,238); }

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