Html Css Color HEX #6ADEFA Turquoise Blue

📋 copy color: '#6ADEFA'

red 106 ◦ green 222 ◦ blue 250

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

Shades of Turquoise Blue #6ADEFA

Tints of Turquoise Blue #6ADEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.41%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 18.34%
G = 38.41%
B = 43.25%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6ADEFA (or 0x6ADEFA) is known color: Turquoise Blue. HEX triplet: 6A, DE and FA. RGB value is (106,222,250). Sum of RGB (Red+Green+Blue) = 106+222+250=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #6ADEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADEFA is #952105. Grayscale: #BEBEBE. Windows color (decimal): -9773318 or 16440938. OLE color: 16440938.

HSL color Cylindrical-coordinate representation of color #6ADEFA: hue angle of 191.67º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADEFA is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 222 250 -
CMYK 0.58 0.11 0 0.02
HSL 191.67º 0.94% 0.7% -
HSV(B) 191.67º 0.58% 0.98% -
XYZ 49.32 62.21 99.85 -
YUV 190.51 161.57 67.72 -
System Red Green Blue C M Y K H S L
Decimal 106 222 250 0.58 0.11 0 0.02 191.67 0.94 0.7
Hex 6A DE FA 3A B 0 2 C0 5E 46
Octal 152 336 372 72 13 0 2 300 136 106
Binary 1101010 11011110 11111010 111010 1011 0 10 11000000 1011110 1000110

Color Harmonies of #6ADEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEFA

Black with #6ADEFA

Text Example


Text Example

White with #6ADEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,222,250); }

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

background-color css

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

 a { background-color: rgb(106,222,250); }

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

border-color css

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

 span { border-color: rgb(106,222,250); }

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