Html Css Color HEX #6FD5F1 Turquoise Blue

📋 copy color: '#6FD5F1'

red 111 ◦ green 213 ◦ blue 241

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

Shades of Turquoise Blue #6FD5F1

Tints of Turquoise Blue #6FD5F1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.7%

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

R = 19.65%
G = 37.7%
B = 42.65%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FD5F1 (or 0x6FD5F1) is known color: Turquoise Blue. HEX triplet: 6F, D5 and F1. RGB value is (111,213,241). Sum of RGB (Red+Green+Blue) = 111+213+241=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 213 (83.59% from 255 or 37.70% 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 #6FD5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD5F1 is #902A0E. Grayscale: #B9B9B9. Windows color (decimal): -9447951 or 15848815. OLE color: 15848815.

HSL color Cylindrical-coordinate representation of color #6FD5F1: hue angle of 192.92º 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 #6FD5F1 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 213 241 -
CMYK 0.54 0.12 0 0.05
HSL 192.92º 0.82% 0.69% -
HSV(B) 192.92º 0.54% 0.95% -
XYZ 46.23 57.32 91.85 -
YUV 185.69 159.21 74.72 -
System Red Green Blue C M Y K H S L
Decimal 111 213 241 0.54 0.12 0 0.05 192.92 0.82 0.69
Hex 6F D5 F1 36 C 0 5 C1 52 45
Octal 157 325 361 66 14 0 5 301 122 105
Binary 1101111 11010101 11110001 110110 1100 0 101 11000001 1010010 1000101

Color Harmonies of #6FD5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD5F1

Black with #6FD5F1

Text Example


Text Example

White with #6FD5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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