Html Css Color HEX #6BDEF8 Turquoise Blue

📋 copy color: '#6BDEF8'

red 107 ◦ green 222 ◦ blue 248

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

Shades of Turquoise Blue #6BDEF8

Tints of Turquoise Blue #6BDEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.98%

R = 18.54%
G = 38.47%
B = 42.98%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6BDEF8 (or 0x6BDEF8) is known color: Turquoise Blue. HEX triplet: 6B, DE and F8. RGB value is (107,222,248). Sum of RGB (Red+Green+Blue) = 107+222+248=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #6BDEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDEF8 is #942107. Grayscale: #BEBEBE. Windows color (decimal): -9707784 or 16309867. OLE color: 16309867.

HSL color Cylindrical-coordinate representation of color #6BDEF8: hue angle of 191.06º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BDEF8 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 107 222 248 -
CMYK 0.57 0.10 0 0.03
HSL 191.06º 0.91% 0.7% -
HSV(B) 191.06º 0.57% 0.97% -
XYZ 49.13 62.15 98.21 -
YUV 190.58 160.4 68.39 -
System Red Green Blue C M Y K H S L
Decimal 107 222 248 0.57 0.10 0 0.03 191.06 0.91 0.7
Hex 6B DE F8 39 A 0 3 BF 5B 46
Octal 153 336 370 71 12 0 3 277 133 106
Binary 1101011 11011110 11111000 111001 1010 0 11 10111111 1011011 1000110

Color Harmonies of #6BDEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDEF8

Black with #6BDEF8

Text Example


Text Example

White with #6BDEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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