Html Css Color HEX #6AEBDF Turquoise Blue

📋 copy color: '#6AEBDF'

red 106 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #6AEBDF

Tints of Turquoise Blue #6AEBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 18.79%
G = 41.67%
B = 39.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#6AEBDF (or 0x6AEBDF) is known color: Turquoise Blue. HEX triplet: 6A, EB and DF. RGB value is (106,235,223). Sum of RGB (Red+Green+Blue) = 106+235+223=564 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.79% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBDF is #951420. Grayscale: #C2C2C2. Windows color (decimal): -9770017 or 14674794. OLE color: 14674794.

HSL color Cylindrical-coordinate representation of color #6AEBDF: hue angle of 174.42º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEBDF is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 235 223 -
CMYK 0.55 0 0.05 0.08
HSL 174.42º 0.76% 0.67% -
HSV(B) 174.42º 0.55% 0.92% -
XYZ 48.97 67.81 80.32 -
YUV 195.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 106 235 223 0.55 0 0.05 0.08 174.42 0.76 0.67
Hex 6A EB DF 37 0 5 8 AE 4C 43
Octal 152 353 337 67 0 5 10 256 114 103
Binary 1101010 11101011 11011111 110111 0 101 1000 10101110 1001100 1000011

Color Harmonies of #6AEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBDF

Black with #6AEBDF

Text Example


Text Example

White with #6AEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,235,223); }

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

background-color css

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

 a { background-color: rgb(106,235,223); }

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

border-color css

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

 span { border-color: rgb(106,235,223); }

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