Html Css Color HEX #6AEFEC Turquoise Blue

📋 copy color: '#6AEFEC'

red 106 ◦ green 239 ◦ blue 236

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

Shades of Turquoise Blue #6AEFEC

Tints of Turquoise Blue #6AEFEC

RGB

 RED value IS 106 (41.8% from 255) = 18.24%

 GREEN value IS 239 (93.75% from 255) = 41.14%

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

R = 18.24%
G = 41.14%
B = 40.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#6AEFEC (or 0x6AEFEC) is known color: Turquoise Blue. HEX triplet: 6A, EF and EC. RGB value is (106,239,236). Sum of RGB (Red+Green+Blue) = 106+239+236=581 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.24% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEFEC is #951013. Grayscale: #C6C6C6. Windows color (decimal): -9768980 or 15527786. OLE color: 15527786.

HSL color Cylindrical-coordinate representation of color #6AEFEC: hue angle of 178.65º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFEC is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 239 236 -
CMYK 0.56 0 0.01 0.06
HSL 178.65º 0.81% 0.68% -
HSV(B) 178.65º 0.56% 0.94% -
XYZ 51.95 70.85 90.29 -
YUV 198.89 148.94 61.74 -
System Red Green Blue C M Y K H S L
Decimal 106 239 236 0.56 0 0.01 0.06 178.65 0.81 0.68
Hex 6A EF EC 38 0 1 6 B3 51 44
Octal 152 357 354 70 0 1 6 263 121 104
Binary 1101010 11101111 11101100 111000 0 1 110 10110011 1010001 1000100

Color Harmonies of #6AEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFEC

Black with #6AEFEC

Text Example


Text Example

White with #6AEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AEFEC; }

 p { color: rgb(106,239,236); }

 H1.HeaderClassName
 {
   color: #6AEFEC;
 }
 .AnyTagClassName
 {
   color: #6AEFEC;
 }
</style>

background-color css

<style>
 a { background-color: #6AEFEC; }

 a { background-color: rgb(106,239,236); }

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

border-color css

<style>
 span { border-color: #6AEFEC; }

 span { border-color: rgb(106,239,236); }

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