Html Css Color HEX #06ECF3 Bright Turquoise

📋 copy color: '#06ECF3'

red 6 ◦ green 236 ◦ blue 243

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

Shades of Bright Turquoise #06ECF3

Tints of Bright Turquoise #06ECF3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.66%

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

R = 1.24%
G = 48.66%
B = 50.1%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06ECF3 (or 0x06ECF3) is known color: Bright Turquoise. HEX triplet: 06, EC and F3. RGB value is (6,236,243). Sum of RGB (Red+Green+Blue) = 6+236+243=485 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #06ECF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECF3 is #F9130C. Grayscale: #A7A7A7. Windows color (decimal): -16323341 or 15985670. OLE color: 15985670.

HSL color Cylindrical-coordinate representation of color #06ECF3: hue angle of 181.77º 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 #06ECF3 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 236 243 -
CMYK 0.98 0.03 0 0.05
HSL 181.77º 0.95% 0.49% -
HSV(B) 181.77º 0.98% 0.95% -
XYZ 46.25 66.5 95.19 -
YUV 168.03 170.3 12.43 -
System Red Green Blue C M Y K H S L
Decimal 6 236 243 0.98 0.03 0 0.05 181.77 0.95 0.49
Hex 6 EC F3 62 3 0 5 B6 5F 31
Octal 6 354 363 142 3 0 5 266 137 61
Binary 110 11101100 11110011 1100010 11 0 101 10110110 1011111 110001

Color Harmonies of #06ECF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECF3

Black with #06ECF3

Text Example


Text Example

White with #06ECF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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