Html Css Color HEX #6FDCED Turquoise Blue

📋 copy color: '#6FDCED'

red 111 ◦ green 220 ◦ blue 237

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

Shades of Turquoise Blue #6FDCED

Tints of Turquoise Blue #6FDCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 19.54%
G = 38.73%
B = 41.73%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FDCED (or 0x6FDCED) is known color: Turquoise Blue. HEX triplet: 6F, DC and ED. RGB value is (111,220,237). Sum of RGB (Red+Green+Blue) = 111+220+237=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FDCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCED is #902312. Grayscale: #BDBDBD. Windows color (decimal): -9446163 or 15588463. OLE color: 15588463.

HSL color Cylindrical-coordinate representation of color #6FDCED: hue angle of 188.1º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FDCED is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 220 237 -
CMYK 0.53 0.07 0 0.07
HSL 188.1º 0.78% 0.68% -
HSV(B) 188.1º 0.53% 0.93% -
XYZ 47.43 60.68 89.33 -
YUV 189.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 111 220 237 0.53 0.07 0 0.07 188.1 0.78 0.68
Hex 6F DC ED 35 7 0 7 BC 4E 44
Octal 157 334 355 65 7 0 7 274 116 104
Binary 1101111 11011100 11101101 110101 111 0 111 10111100 1001110 1000100

Color Harmonies of #6FDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCED

Black with #6FDCED

Text Example


Text Example

White with #6FDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,220,237); }

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

background-color css

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

 a { background-color: rgb(111,220,237); }

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

border-color css

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

 span { border-color: rgb(111,220,237); }

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