Html Css Color HEX #6BDFFE Turquoise Blue

📋 copy color: '#6BDFFE'

red 107 ◦ green 223 ◦ blue 254

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

Shades of Turquoise Blue #6BDFFE

Tints of Turquoise Blue #6BDFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.18%

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 18.32%
G = 38.18%
B = 43.49%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BDFFE (or 0x6BDFFE) is known color: Turquoise Blue. HEX triplet: 6B, DF and FE. RGB value is (107,223,254). Sum of RGB (Red+Green+Blue) = 107+223+254=584 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.32% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDFFE is #942001. Grayscale: #BFBFBF. Windows color (decimal): -9707522 or 16703339. OLE color: 16703339.

HSL color Cylindrical-coordinate representation of color #6BDFFE: hue angle of 192.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDFFE is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 223 254 -
CMYK 0.58 0.12 0 0.00
HSL 192.65º 0.99% 0.71% -
HSV(B) 192.65º 0.58% 1% -
XYZ 50.34 63.06 103.28 -
YUV 191.85 163.07 67.48 -
System Red Green Blue C M Y K H S L
Decimal 107 223 254 0.58 0.12 0 0.00 192.65 0.99 0.71
Hex 6B DF FE 3A C 0 0 C1 63 47
Octal 153 337 376 72 14 0 0 301 143 107
Binary 1101011 11011111 11111110 111010 1100 0 0 11000001 1100011 1000111

Color Harmonies of #6BDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFFE

Black with #6BDFFE

Text Example


Text Example

White with #6BDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,223,254); }

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

background-color css

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

 a { background-color: rgb(107,223,254); }

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

border-color css

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

 span { border-color: rgb(107,223,254); }

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