Html Css Color HEX #6AEFE7 Turquoise Blue

📋 copy color: '#6AEFE7'

red 106 ◦ green 239 ◦ blue 231

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

Shades of Turquoise Blue #6AEFE7

Tints of Turquoise Blue #6AEFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.1%

R = 18.4%
G = 41.49%
B = 40.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#6AEFE7 (or 0x6AEFE7) is known color: Turquoise Blue. HEX triplet: 6A, EF and E7. RGB value is (106,239,231). Sum of RGB (Red+Green+Blue) = 106+239+231=576 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.40% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEFE7 is #951018. Grayscale: #C6C6C6. Windows color (decimal): -9768985 or 15200106. OLE color: 15200106.

HSL color Cylindrical-coordinate representation of color #6AEFE7: hue angle of 176.39º 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 #6AEFE7 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 239 231 -
CMYK 0.56 0 0.03 0.06
HSL 176.39º 0.81% 0.68% -
HSV(B) 176.39º 0.56% 0.94% -
XYZ 51.23 70.57 86.52 -
YUV 198.32 146.44 62.15 -
System Red Green Blue C M Y K H S L
Decimal 106 239 231 0.56 0 0.03 0.06 176.39 0.81 0.68
Hex 6A EF E7 38 0 3 6 B0 51 44
Octal 152 357 347 70 0 3 6 260 121 104
Binary 1101010 11101111 11100111 111000 0 11 110 10110000 1010001 1000100

Color Harmonies of #6AEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFE7

Black with #6AEFE7

Text Example


Text Example

White with #6AEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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