Html Css Color HEX #6AEFE1 Turquoise Blue

📋 copy color: '#6AEFE1'

red 106 ◦ green 239 ◦ blue 225

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

Shades of Turquoise Blue #6AEFE1

Tints of Turquoise Blue #6AEFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.47%

R = 18.6%
G = 41.93%
B = 39.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#6AEFE1 (or 0x6AEFE1) is known color: Turquoise Blue. HEX triplet: 6A, EF and E1. RGB value is (106,239,225). Sum of RGB (Red+Green+Blue) = 106+239+225=570 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.60% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFE1 is #95101E. Grayscale: #C5C5C5. Windows color (decimal): -9768991 or 14806890. OLE color: 14806890.

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

Color convert

RGB 106 239 225 -
CMYK 0.56 0 0.06 0.06
HSL 173.68º 0.81% 0.68% -
HSV(B) 173.68º 0.56% 0.94% -
XYZ 50.4 70.23 82.13 -
YUV 197.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 106 239 225 0.56 0 0.06 0.06 173.68 0.81 0.68
Hex 6A EF E1 38 0 6 6 AE 51 44
Octal 152 357 341 70 0 6 6 256 121 104
Binary 1101010 11101111 11100001 111000 0 110 110 10101110 1010001 1000100

Color Harmonies of #6AEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEFE1

Black with #6AEFE1

Text Example


Text Example

White with #6AEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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