Html Css Color HEX #6AEFE3 Turquoise Blue

📋 copy color: '#6AEFE3'

red 106 ◦ green 239 ◦ blue 227

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

Shades of Turquoise Blue #6AEFE3

Tints of Turquoise Blue #6AEFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.69%

R = 18.53%
G = 41.78%
B = 39.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#6AEFE3 (or 0x6AEFE3) is known color: Turquoise Blue. HEX triplet: 6A, EF and E3. RGB value is (106,239,227). Sum of RGB (Red+Green+Blue) = 106+239+227=572 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.53% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFE3 is #95101C. Grayscale: #C5C5C5. Windows color (decimal): -9768989 or 14937962. OLE color: 14937962.

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

Color convert

RGB 106 239 227 -
CMYK 0.56 0 0.05 0.06
HSL 174.59º 0.81% 0.68% -
HSV(B) 174.59º 0.56% 0.94% -
XYZ 50.68 70.34 83.58 -
YUV 197.87 144.44 62.48 -
System Red Green Blue C M Y K H S L
Decimal 106 239 227 0.56 0 0.05 0.06 174.59 0.81 0.68
Hex 6A EF E3 38 0 5 6 AF 51 44
Octal 152 357 343 70 0 5 6 257 121 104
Binary 1101010 11101111 11100011 111000 0 101 110 10101111 1010001 1000100

Color Harmonies of #6AEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFE3

Black with #6AEFE3

Text Example


Text Example

White with #6AEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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