Html Css Color HEX #06F3DA Bright Turquoise

📋 copy color: '#06F3DA'

red 6 ◦ green 243 ◦ blue 218

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

Shades of Bright Turquoise #06F3DA

Tints of Bright Turquoise #06F3DA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.03%

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 1.28%
G = 52.03%
B = 46.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#06F3DA (or 0x06F3DA) is known color: Bright Turquoise. HEX triplet: 06, F3 and DA. RGB value is (6,243,218). Sum of RGB (Red+Green+Blue) = 6+243+218=467 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #06F3DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F3DA is #F90C25. Grayscale: #A9A9A9. Windows color (decimal): -16321574 or 14349062. OLE color: 14349062.

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

Color convert

RGB 6 243 218 -
CMYK 0.98 0 0.10 0.05
HSL 173.67º 0.95% 0.49% -
HSV(B) 173.67º 0.98% 0.95% -
XYZ 44.78 69.2 77.33 -
YUV 169.29 155.48 11.53 -
System Red Green Blue C M Y K H S L
Decimal 6 243 218 0.98 0 0.10 0.05 173.67 0.95 0.49
Hex 6 F3 DA 62 0 A 5 AE 5F 31
Octal 6 363 332 142 0 12 5 256 137 61
Binary 110 11110011 11011010 1100010 0 1010 101 10101110 1011111 110001

Color Harmonies of #06F3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F3DA

Black with #06F3DA

Text Example


Text Example

White with #06F3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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