Html Css Color HEX #6BDEEB Turquoise Blue

📋 copy color: '#6BDEEB'

red 107 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #6BDEEB

Tints of Turquoise Blue #6BDEEB

RGB

 RED value IS 107 (42.19% from 255) = 18.97%

 GREEN value IS 222 (87.11% from 255) = 39.36%

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 18.97%
G = 39.36%
B = 41.67%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BDEEB (or 0x6BDEEB) is known color: Turquoise Blue. HEX triplet: 6B, DE and EB. RGB value is (107,222,235). Sum of RGB (Red+Green+Blue) = 107+222+235=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDEEB is #942114. Grayscale: #BCBCBC. Windows color (decimal): -9707797 or 15457899. OLE color: 15457899.

HSL color Cylindrical-coordinate representation of color #6BDEEB: hue angle of 186.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BDEEB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 222 235 -
CMYK 0.54 0.06 0 0.08
HSL 186.09º 0.76% 0.67% -
HSV(B) 186.09º 0.54% 0.92% -
XYZ 47.18 61.37 87.96 -
YUV 189.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 107 222 235 0.54 0.06 0 0.08 186.09 0.76 0.67
Hex 6B DE EB 36 6 0 8 BA 4C 43
Octal 153 336 353 66 6 0 10 272 114 103
Binary 1101011 11011110 11101011 110110 110 0 1000 10111010 1001100 1000011

Color Harmonies of #6BDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDEEB

Black with #6BDEEB

Text Example


Text Example

White with #6BDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,222,235); }

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

background-color css

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

 a { background-color: rgb(107,222,235); }

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

border-color css

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

 span { border-color: rgb(107,222,235); }

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