Html Css Color HEX #6ADAF1 Turquoise Blue

📋 copy color: '#6ADAF1'

red 106 ◦ green 218 ◦ blue 241

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

Shades of Turquoise Blue #6ADAF1

Tints of Turquoise Blue #6ADAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.58%

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 18.76%
G = 38.58%
B = 42.65%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6ADAF1 (or 0x6ADAF1) is known color: Turquoise Blue. HEX triplet: 6A, DA and F1. RGB value is (106,218,241). Sum of RGB (Red+Green+Blue) = 106+218+241=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #6ADAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADAF1 is #95250E. Grayscale: #BABABA. Windows color (decimal): -9774351 or 15850090. OLE color: 15850090.

HSL color Cylindrical-coordinate representation of color #6ADAF1: hue angle of 190.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ADAF1 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 218 241 -
CMYK 0.56 0.10 0 0.05
HSL 190.22º 0.83% 0.68% -
HSV(B) 190.22º 0.56% 0.95% -
XYZ 46.89 59.56 92.24 -
YUV 187.13 158.39 70.13 -
System Red Green Blue C M Y K H S L
Decimal 106 218 241 0.56 0.10 0 0.05 190.22 0.83 0.68
Hex 6A DA F1 38 A 0 5 BE 53 44
Octal 152 332 361 70 12 0 5 276 123 104
Binary 1101010 11011010 11110001 111000 1010 0 101 10111110 1010011 1000100

Color Harmonies of #6ADAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAF1

Black with #6ADAF1

Text Example


Text Example

White with #6ADAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,218,241); }

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

background-color css

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

 a { background-color: rgb(106,218,241); }

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

border-color css

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

 span { border-color: rgb(106,218,241); }

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