Html Css Color HEX #06D9F3 Bright Turquoise

📋 copy color: '#06D9F3'

red 6 ◦ green 217 ◦ blue 243

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

Shades of Bright Turquoise #06D9F3

Tints of Bright Turquoise #06D9F3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.57%

 BLUE value IS 243 (95.31% from 255) = 52.15%

R = 1.29%
G = 46.57%
B = 52.15%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06D9F3 (or 0x06D9F3) is known color: Bright Turquoise. HEX triplet: 06, D9 and F3. RGB value is (6,217,243). Sum of RGB (Red+Green+Blue) = 6+217+243=466 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #06D9F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D9F3 is #F9260C. Grayscale: #9C9C9C. Windows color (decimal): -16328205 or 15980806. OLE color: 15980806.

HSL color Cylindrical-coordinate representation of color #06D9F3: hue angle of 186.58º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06D9F3 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 217 243 -
CMYK 0.98 0.11 0 0.05
HSL 186.58º 0.95% 0.49% -
HSV(B) 186.58º 0.98% 0.95% -
XYZ 41.07 56.14 93.46 -
YUV 156.88 176.6 20.39 -
System Red Green Blue C M Y K H S L
Decimal 6 217 243 0.98 0.11 0 0.05 186.58 0.95 0.49
Hex 6 D9 F3 62 B 0 5 BB 5F 31
Octal 6 331 363 142 13 0 5 273 137 61
Binary 110 11011001 11110011 1100010 1011 0 101 10111011 1011111 110001

Color Harmonies of #06D9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D9F3

Black with #06D9F3

Text Example


Text Example

White with #06D9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,217,243); }

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

background-color css

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

 a { background-color: rgb(6,217,243); }

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

border-color css

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

 span { border-color: rgb(6,217,243); }

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