Html Css Color HEX #6FDAF1 Turquoise Blue

📋 copy color: '#6FDAF1'

red 111 ◦ green 218 ◦ blue 241

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

Shades of Turquoise Blue #6FDAF1

Tints of Turquoise Blue #6FDAF1

RGB

 RED value IS 111 (43.75% from 255) = 19.47%

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

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

R = 19.47%
G = 38.25%
B = 42.28%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FDAF1 (or 0x6FDAF1) is known color: Turquoise Blue. HEX triplet: 6F, DA and F1. RGB value is (111,218,241). Sum of RGB (Red+Green+Blue) = 111+218+241=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FDAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDAF1 is #90250E. Grayscale: #BCBCBC. Windows color (decimal): -9446671 or 15850095. OLE color: 15850095.

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

Color convert

RGB 111 218 241 -
CMYK 0.54 0.10 0 0.05
HSL 190.62º 0.82% 0.69% -
HSV(B) 190.62º 0.54% 0.95% -
XYZ 47.5 59.87 92.27 -
YUV 188.63 157.55 72.63 -
System Red Green Blue C M Y K H S L
Decimal 111 218 241 0.54 0.10 0 0.05 190.62 0.82 0.69
Hex 6F DA F1 36 A 0 5 BF 52 45
Octal 157 332 361 66 12 0 5 277 122 105
Binary 1101111 11011010 11110001 110110 1010 0 101 10111111 1010010 1000101

Color Harmonies of #6FDAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAF1

Black with #6FDAF1

Text Example


Text Example

White with #6FDAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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