Html Css Color HEX #6ADFEF Turquoise Blue

📋 copy color: '#6ADFEF'

red 106 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #6ADFEF

Tints of Turquoise Blue #6ADFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 18.66%
G = 39.26%
B = 42.08%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6ADFEF (or 0x6ADFEF) is known color: Turquoise Blue. HEX triplet: 6A, DF and EF. RGB value is (106,223,239). Sum of RGB (Red+Green+Blue) = 106+223+239=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ADFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADFEF is #952010. Grayscale: #BDBDBD. Windows color (decimal): -9773073 or 15720298. OLE color: 15720298.

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

Color convert

RGB 106 223 239 -
CMYK 0.56 0.07 0 0.06
HSL 187.22º 0.81% 0.68% -
HSV(B) 187.22º 0.56% 0.94% -
XYZ 47.91 62.07 91.12 -
YUV 189.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 106 223 239 0.56 0.07 0 0.06 187.22 0.81 0.68
Hex 6A DF EF 38 7 0 6 BB 51 44
Octal 152 337 357 70 7 0 6 273 121 104
Binary 1101010 11011111 11101111 111000 111 0 110 10111011 1010001 1000100

Color Harmonies of #6ADFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFEF

Black with #6ADFEF

Text Example


Text Example

White with #6ADFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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