Html Css Color HEX #6BEBDF Turquoise Blue

📋 copy color: '#6BEBDF'

red 107 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #6BEBDF

Tints of Turquoise Blue #6BEBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.59%

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 18.94%
G = 41.59%
B = 39.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#6BEBDF (or 0x6BEBDF) is known color: Turquoise Blue. HEX triplet: 6B, EB and DF. RGB value is (107,235,223). Sum of RGB (Red+Green+Blue) = 107+235+223=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBDF is #941420. Grayscale: #C3C3C3. Windows color (decimal): -9704481 or 14674795. OLE color: 14674795.

HSL color Cylindrical-coordinate representation of color #6BEBDF: hue angle of 174.38º 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 #6BEBDF is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 235 223 -
CMYK 0.54 0 0.05 0.08
HSL 174.38º 0.76% 0.67% -
HSV(B) 174.38º 0.54% 0.92% -
XYZ 49.09 67.87 80.32 -
YUV 195.36 143.59 64.98 -
System Red Green Blue C M Y K H S L
Decimal 107 235 223 0.54 0 0.05 0.08 174.38 0.76 0.67
Hex 6B EB DF 36 0 5 8 AE 4C 43
Octal 153 353 337 66 0 5 10 256 114 103
Binary 1101011 11101011 11011111 110110 0 101 1000 10101110 1001100 1000011

Color Harmonies of #6BEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBDF

Black with #6BEBDF

Text Example


Text Example

White with #6BEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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