Html Css Color HEX #6DDBF1 Turquoise Blue

📋 copy color: '#6DDBF1'

red 109 ◦ green 219 ◦ blue 241

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

Shades of Turquoise Blue #6DDBF1

Tints of Turquoise Blue #6DDBF1

RGB

 RED value IS 109 (42.97% from 255) = 19.16%

 GREEN value IS 219 (85.94% from 255) = 38.49%

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

R = 19.16%
G = 38.49%
B = 42.36%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6DDBF1 (or 0x6DDBF1) is known color: Turquoise Blue. HEX triplet: 6D, DB and F1. RGB value is (109,219,241). Sum of RGB (Red+Green+Blue) = 109+219+241=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DDBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBF1 is #92240E. Grayscale: #BCBCBC. Windows color (decimal): -9577487 or 15850349. OLE color: 15850349.

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

Color convert

RGB 109 219 241 -
CMYK 0.55 0.09 0 0.05
HSL 190º 0.83% 0.69% -
HSV(B) 190º 0.55% 0.95% -
XYZ 47.52 60.27 92.35 -
YUV 188.62 157.56 71.21 -
System Red Green Blue C M Y K H S L
Decimal 109 219 241 0.55 0.09 0 0.05 190 0.83 0.69
Hex 6D DB F1 37 9 0 5 BE 52 45
Octal 155 333 361 67 11 0 5 276 122 105
Binary 1101101 11011011 11110001 110111 1001 0 101 10111110 1010010 1000101

Color Harmonies of #6DDBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDBF1

Black with #6DDBF1

Text Example


Text Example

White with #6DDBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,219,241); }

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

background-color css

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

 a { background-color: rgb(109,219,241); }

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

border-color css

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

 span { border-color: rgb(109,219,241); }

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