Html Css Color HEX #3BDFEE Turquoise

📋 copy color: '#3BDFEE'

red 59 ◦ green 223 ◦ blue 238

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

Shades of Turquoise #3BDFEE

Tints of Turquoise #3BDFEE

RGB

 RED value IS 59 (23.44% from 255) = 11.35%

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 11.35%
G = 42.88%
B = 45.77%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3BDFEE (or 0x3BDFEE) is known color: Turquoise. HEX triplet: 3B, DF and EE. RGB value is (59,223,238). Sum of RGB (Red+Green+Blue) = 59+223+238=520 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.35% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDFEE is #C42011. Grayscale: #AFAFAF. Windows color (decimal): -12853266 or 15654715. OLE color: 15654715.

HSL color Cylindrical-coordinate representation of color #3BDFEE: hue angle of 185.03º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDFEE is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 223 238 -
CMYK 0.75 0.06 0 0.07
HSL 185.03º 0.84% 0.58% -
HSV(B) 185.03º 0.75% 0.93% -
XYZ 43.62 59.88 90.15 -
YUV 175.67 163.17 44.78 -
System Red Green Blue C M Y K H S L
Decimal 59 223 238 0.75 0.06 0 0.07 185.03 0.84 0.58
Hex 3B DF EE 4B 6 0 7 B9 54 3A
Octal 73 337 356 113 6 0 7 271 124 72
Binary 111011 11011111 11101110 1001011 110 0 111 10111001 1010100 111010

Color Harmonies of #3BDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDFEE

Black with #3BDFEE

Text Example


Text Example

White with #3BDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BDFEE; }

 p { color: rgb(59,223,238); }

 H1.HeaderClassName
 {
   color: #3BDFEE;
 }
 .AnyTagClassName
 {
   color: #3BDFEE;
 }
</style>

background-color css

<style>
 a { background-color: #3BDFEE; }

 a { background-color: rgb(59,223,238); }

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

border-color css

<style>
 span { border-color: #3BDFEE; }

 span { border-color: rgb(59,223,238); }

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