Html Css Color HEX #20CEEB Bright Turquoise

📋 copy color: '#20CEEB'

red 32 ◦ green 206 ◦ blue 235

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

Shades of Bright Turquoise #20CEEB

Tints of Bright Turquoise #20CEEB

RGB

 RED value IS 32 (12.89% from 255) = 6.77%

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 6.77%
G = 43.55%
B = 49.68%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#20CEEB (or 0x20CEEB) is known color: Bright Turquoise. HEX triplet: 20, CE and EB. RGB value is (32,206,235). Sum of RGB (Red+Green+Blue) = 32+206+235=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #20CEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CEEB is #DF3114. Grayscale: #9C9C9C. Windows color (decimal): -14627093 or 15453728. OLE color: 15453728.

HSL color Cylindrical-coordinate representation of color #20CEEB: hue angle of 188.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CEEB is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 206 235 -
CMYK 0.86 0.12 0 0.08
HSL 188.57º 0.84% 0.52% -
HSV(B) 188.57º 0.86% 0.92% -
XYZ 37.66 50.45 86.35 -
YUV 157.28 171.85 38.64 -
System Red Green Blue C M Y K H S L
Decimal 32 206 235 0.86 0.12 0 0.08 188.57 0.84 0.52
Hex 20 CE EB 56 C 0 8 BD 54 34
Octal 40 316 353 126 14 0 10 275 124 64
Binary 100000 11001110 11101011 1010110 1100 0 1000 10111101 1010100 110100

Color Harmonies of #20CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CEEB

Black with #20CEEB

Text Example


Text Example

White with #20CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CEEB; }

 p { color: rgb(32,206,235); }

 H1.HeaderClassName
 {
   color: #20CEEB;
 }
 .AnyTagClassName
 {
   color: #20CEEB;
 }
</style>

background-color css

<style>
 a { background-color: #20CEEB; }

 a { background-color: rgb(32,206,235); }

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

border-color css

<style>
 span { border-color: #20CEEB; }

 span { border-color: rgb(32,206,235); }

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