Html Css Color HEX #6FDDEE Turquoise Blue

📋 copy color: '#6FDDEE'

red 111 ◦ green 221 ◦ blue 238

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

Shades of Turquoise Blue #6FDDEE

Tints of Turquoise Blue #6FDDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 19.47%
G = 38.77%
B = 41.75%

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

#6FDDEE (or 0x6FDDEE) is known color: Turquoise Blue. HEX triplet: 6F, DD and EE. RGB value is (111,221,238). Sum of RGB (Red+Green+Blue) = 111+221+238=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDEE is #902211. Grayscale: #BDBDBD. Windows color (decimal): -9445906 or 15654255. OLE color: 15654255.

HSL color Cylindrical-coordinate representation of color #6FDDEE: hue angle of 188.03º degrees, saturation: 0.79, 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 #6FDDEE is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 221 238 -
CMYK 0.53 0.07 0 0.07
HSL 188.03º 0.79% 0.68% -
HSV(B) 188.03º 0.53% 0.93% -
XYZ 47.84 61.27 90.19 -
YUV 190.05 155.06 71.62 -
System Red Green Blue C M Y K H S L
Decimal 111 221 238 0.53 0.07 0 0.07 188.03 0.79 0.68
Hex 6F DD EE 35 7 0 7 BC 4F 44
Octal 157 335 356 65 7 0 7 274 117 104
Binary 1101111 11011101 11101110 110101 111 0 111 10111100 1001111 1000100

Color Harmonies of #6FDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDEE

Black with #6FDDEE

Text Example


Text Example

White with #6FDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,221,238); }

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

background-color css

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

 a { background-color: rgb(111,221,238); }

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

border-color css

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

 span { border-color: rgb(111,221,238); }

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