Html Css Color HEX #06DBEC Bright Turquoise

📋 copy color: '#06DBEC'

red 6 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #06DBEC

Tints of Bright Turquoise #06DBEC

RGB

 RED value IS 6 (2.73% from 255) = 1.3%

 GREEN value IS 219 (85.94% from 255) = 47.51%

 BLUE value IS 236 (92.58% from 255) = 51.19%

R = 1.3%
G = 47.51%
B = 51.19%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06DBEC (or 0x06DBEC) is known color: Bright Turquoise. HEX triplet: 06, DB and EC. RGB value is (6,219,236). Sum of RGB (Red+Green+Blue) = 6+219+236=461 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #06DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DBEC is #F92413. Grayscale: #9C9C9C. Windows color (decimal): -16327700 or 15522566. OLE color: 15522566.

HSL color Cylindrical-coordinate representation of color #06DBEC: hue angle of 184.43º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DBEC is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 219 236 -
CMYK 0.97 0.07 0 0.07
HSL 184.43º 0.95% 0.47% -
HSV(B) 184.43º 0.97% 0.93% -
XYZ 40.55 56.76 88.18 -
YUV 157.25 172.43 20.12 -
System Red Green Blue C M Y K H S L
Decimal 6 219 236 0.97 0.07 0 0.07 184.43 0.95 0.47
Hex 6 DB EC 61 7 0 7 B8 5F 2F
Octal 6 333 354 141 7 0 7 270 137 57
Binary 110 11011011 11101100 1100001 111 0 111 10111000 1011111 101111

Color Harmonies of #06DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DBEC

Black with #06DBEC

Text Example


Text Example

White with #06DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DBEC; }

 p { color: rgb(6,219,236); }

 H1.HeaderClassName
 {
   color: #06DBEC;
 }
 .AnyTagClassName
 {
   color: #06DBEC;
 }
</style>

background-color css

<style>
 a { background-color: #06DBEC; }

 a { background-color: rgb(6,219,236); }

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

border-color css

<style>
 span { border-color: #06DBEC; }

 span { border-color: rgb(6,219,236); }

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