Html Css Color HEX #6ADFF7 Turquoise Blue

📋 copy color: '#6ADFF7'

red 106 ◦ green 223 ◦ blue 247

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

Shades of Turquoise Blue #6ADFF7

Tints of Turquoise Blue #6ADFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.72%

 BLUE value IS 247 (96.88% from 255) = 42.88%

R = 18.4%
G = 38.72%
B = 42.88%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6ADFF7 (or 0x6ADFF7) is known color: Turquoise Blue. HEX triplet: 6A, DF and F7. RGB value is (106,223,247). Sum of RGB (Red+Green+Blue) = 106+223+247=576 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.40% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #6ADFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADFF7 is #952008. Grayscale: #BEBEBE. Windows color (decimal): -9773065 or 16244586. OLE color: 16244586.

HSL color Cylindrical-coordinate representation of color #6ADFF7: hue angle of 190.21º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ADFF7 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 106 223 247 -
CMYK 0.57 0.10 0 0.03
HSL 190.21º 0.9% 0.69% -
HSV(B) 190.21º 0.57% 0.97% -
XYZ 49.12 62.55 97.48 -
YUV 190.75 159.74 67.55 -
System Red Green Blue C M Y K H S L
Decimal 106 223 247 0.57 0.10 0 0.03 190.21 0.9 0.69
Hex 6A DF F7 39 A 0 3 BE 5A 45
Octal 152 337 367 71 12 0 3 276 132 105
Binary 1101010 11011111 11110111 111001 1010 0 11 10111110 1011010 1000101

Color Harmonies of #6ADFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFF7

Black with #6ADFF7

Text Example


Text Example

White with #6ADFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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